Delbin: fix tyop in 'down right' and change tombstone->cemetery.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sat, 5 Sep 2009 16:52:37 +0000 (16:52 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sat, 5 Sep 2009 16:52:37 +0000 (16:52 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3778 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/delbin.c

index 92c24d00344a64a3590646c391e91ecb1e261132..ccab649b8b4dadaab3675b183544f777433ea7e4 100644 (file)
@@ -2251,7 +2251,7 @@ delbin_write(void)
                message_write(MSG_CAPABILITIES, &m);
                if (message_read(MSG_CAPABILITIES, &m)) {
                        const msg_capabilities_t* p = m.data;
-                       device_max_waypoint = le_read32(p->max_waypoints);
+                       device_max_waypoint = le_readu32(p->max_waypoints);
                }
                message_free(&m);
 
@@ -2988,7 +2988,7 @@ static const char* const waypoint_symbol_name[] = {
        "Arrow Up Left",
        "Arrow Up Right",
        "Arrow Down Left",
-       "Arrow Dow Right",
+       "Arrow Down Right",
        "Green Star",
        "Yellow Square",
        "Red X",
@@ -3052,7 +3052,7 @@ static const char* const waypoint_symbol_name[] = {
        "Telephone",
        "Traffic Light",
        "Fire Hydrant",
-       "Tombstone",
+       "Cemetery",
        "Picnic Table",
        "Tent",
        "Shelter",